object frmAbout: TfrmAbout Left = 316 Top = 443 BorderStyle = bsDialog Caption = 'frmAbout' ClientHeight = 300 ClientWidth = 430 Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'Tahoma' Font.Style = [] OldCreateOrder = False Position = poOwnerFormCenter Scaled = False OnCreate = FormCreate DesignSize = ( 430 300) PixelsPerInch = 96 TextHeight = 13 object Image1: TImage Left = 0 Top = 0 Width = 430 Height = 300 Align = alClient Picture.Data = {} end object Image2: TImage Left = 14 Top = 48 Width = 414 Height = 25 Picture.Data = {} end object lbname: TLabel Left = 13 Top = 8 Width = 243 Height = 17 Anchors = [akLeft, akTop, akRight] AutoSize = False Caption = 'Absolute Uninstaller (Version 1.2)' Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -12 Font.Name = 'Tahoma' Font.Style = [fsBold] ParentFont = False Transparent = True WordWrap = True end object lbcopy: TLabel Left = 13 Top = 25 Width = 243 Height = 24 Anchors = [akLeft, akTop, akRight] AutoSize = False Caption = 'Copyright(c) 2005 GlarySoft.com' Transparent = True WordWrap = True end object Image3: TImage Left = 384 Top = 7 Width = 33 Height = 41 Picture.Data = {} end object lbThanks: TLabel Left = 13 Top = 134 Width = 299 Height = 13 Caption = 'Thanks to the following people for their contributions' Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'Tahoma' Font.Style = [fsBold] ParentFont = False Transparent = True end object lblcopyright: TLabel Left = 13 Top = 206 Width = 404 Height = 57 Anchors = [akLeft, akTop, akRight] AutoSize = False Caption = 'Glary Utilities is for private, noncommercial, single home compu' + 'ter use only. Use of Glary Utilities within any organization or ' + 'for commercial purpose is strictly prohibited.' Transparent = True WordWrap = True end object Label10: TLabel Left = 12 Top = 56 Width = 58 Height = 13 Caption = 'Home Page:' Transparent = True end object lburl2: TLabel Left = 84 Top = 55 Width = 94 Height = 13 Cursor = crHandPoint Caption = 'www.glarysoft.com' Font.Charset = DEFAULT_CHARSET Font.Color = clHighlight Font.Height = -11 Font.Name = 'Tahoma' Font.Style = [fsUnderline] ParentFont = False Transparent = True OnClick = lburl2Click end object Memo2: TMemo Left = 13 Top = 150 Width = 404 Height = 51 Color = clBtnFace ImeName = 'Chinese (Simplified) - Microsoft Pinyin IME 3.0' Lines.Strings = ( 'Marius Popa, Eli Ben David, Labbaipierre, DWz, Jarek&Adam Jablon' + 'ski, ' 'Alexander Kopachov, Yuan Lin, Ali Koc, asuryu, Rinaldo M., Jose ' 'Rodriguez, sauih, Jewel Song, Alex, hp67, Marco Korthout, Franti' + 'sek ' 'Bartos, Pierre, Tilt., Markus Pfannstiel, Bestar Flamuraj, Xavie' + 'r Botet, ' 'Alexandru Bogdan Munteanu, TheHeretiC, Magid Hussein') ReadOnly = True ScrollBars = ssVertical TabOrder = 2 end object btnok: TBitBtn Left = 248 Top = 264 Width = 75 Height = 25 Caption = 'OK' ModalResult = 1 TabOrder = 0 end object btnhelp: TBitBtn Left = 336 Top = 264 Width = 75 Height = 25 Caption = 'Help' TabOrder = 1 OnClick = btnhelpClick end object btnUpgrade: TBitBtn Left = 156 Top = 91 Width = 90 Height = 25 Caption = 'Upgrade Now!' Default = True TabOrder = 3 OnClick = btnUpgradeClick end end